#vendors-ul {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 0;
}
#catalog-title,
#vendors-title {
  font-size: 20px;
  color: #feb62a;
  padding: 20px 0 10px;
  font-family: 'Oswald', sans-serif;
}
#cat-toggler {
  display: none;
  float: right;
  top: 5px;
  color: #fff;
}
#vend-toggler {
  display: none;
  float: right;
  top: 5px;
  color: #10b4aa;
  cursor: pointer;
}
#vendors-block UL.categories > LI {
  display: block;
  font-weight: 600;
  border-top: solid 1px #eee;
  position: relative;
}
#vendors-block .categories LI A {
  display: block;
  color: #333;
  font-size: 13px;
  padding: 12px 0;
  text-transform: uppercase;
}
#vendors-block .categories A:hover {
  text-decoration: none;
  background: #f6f6f6;
}
#top-cat-container {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0;
  z-index: 1001;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.cat-left-indent {
  display: block !important;
}
.user-left-indent {
  left: 0 !important;
}
nav#main-menu {
  position: relative;
}
.cat-title-indent {
  right: -80px !important;
  border-bottom: none !important;
}
#menu-toggler {
  float: right;
  border: solid 2px #73bd0a;
  padding: 7px;
  border-radius: 50%;
  font-size: 17px;
}
.menu-toggler-rotate {
  transform: rotate(180deg);
}
UL.menu {
  display: block;
  clear: both;
  position: relative;
  margin-bottom: 0px;
}
.glyph-rotate {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}

UL.menu > LI {
  display: block;
  font-weight: 600;
  border-top: solid 1px #eee;
  position: relative;
}
@media (min-width: 768px) {
  UL.menu > LI:hover > UL.mob-subcategories {
    display: block;
  }
}
UL.menu > LI > A {
  color: #333;
  display: block;
  font-size: 13px;
  padding: 12px 0;
}
UL.menu > LI > A:hover {
  text-decoration: none;
  background: #f6f6f6;
}
UL.menu > LI I.cat-i {
  display: none;
  float: right;
  padding: 12px 0 10px;
  width: 45px;
  font-size: 22px;
  line-height: 19px;
  cursor: pointer;
  text-align: center;
  font-style: inherit;
  background: #fff;
}
UL.mob-subcategories > LI I.cat-i {
  display: none;
  float: right;
  padding: 6px 0 5px;
  width: 28px;
  font-size: 17px;
  line-height: 17px;
  cursor: pointer;
  text-align: center;
  background: #fff;
}
UL.menu > LI I.cat-s {
  float: right;
  font-size: 9px;
  top: 17px;
}
UL.mob-subcategories > LI I.cat-s {
  float: right;
  font-size: 9px;
  top: 15px;
  right: 10px;
}
UL.mob-subcategories {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 100%;
  top: 0;
  padding: 0;
  background: #fff;
  min-width: 250px;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
UL.mob-subcategories LI:first-child > A {
  margin-top:5px;
}
UL.mob-subcategories LI:last-child > A {
  margin-bottom:5px;
  border: none;
}
UL.mob-subcategories LI A {
  display: block;
  padding: 10px 20px;
  color: #333;
  font-weight: normal;
  font-size: 13px;
  border-bottom: 1px dotted #ddd;
}
UL.mob-subcategories LI A:hover {
  text-decoration: none;
  background: #f6f6f6;
}
@media (min-width: 768px) {
  UL.mob-subcategories > LI:hover > UL.mob-subcategories {
    display: block;
  }
}
UL.mob-subcategories LI A.active {
  font-weight: bold;
}
@media (max-width: 767px) {
  UL.menu > LI I.cat-i,
  UL.mob-subcategories > LI I.cat-i {
    display: block;
  }
  UL.menu > LI I.cat-s,
  UL.mob-subcategories > LI I.cat-s {
    display: none;
  }
  #catalog-title {
    margin: 0 -15px;
    font-size: 20px;
    color: #fff;
    padding: 20px 0 10px;
    border-top: none;
    font-family: 'Oswald', sans-serif;
    background: #feb62a;
    padding: 10px 15px;
  }
  #vendors-title {
    font-size: 20px;
    color: #10b4aa;
    padding: 10px 15px 10px;
    margin: 0 -15px;
    border-top: none;
    background: #000;
    font-family: 'Oswald', sans-serif;
  }
  #vendors-ul {
    display: none;
	text-align: center;
  }
  #cat-toggler,
  #vend-toggler {
    display: inline;
  }
  UL.menu {
    display: none;
  }
  UL.mob-subcategories {
    display: none;
    position: relative;
    z-index: 1;
    left: auto;
    top: auto;
    padding: 0 15px 20px;
    background: #fff;
    min-width: 250px;
    box-shadow: none;
  }
  UL.mob-subcategories LI A {
    display: block;
    padding: 5px;
    color: #333;
    font-size: 13px;
    border-bottom: none;
  }
  UL.mob-subcategories LI A:hover {
    background: #f6f6f6;
  }
  UL.menu > LI > A:hover {
    background: #f6f6f6;
  }
}
@media (min-width: 768px){
.sub-cat-wrapper {
    position: relative;
    width: 100%;
}
li .sub-cat-wrapper {
    position: absolute;
    z-index: 10;
    display: none;
}
li:hover > .sub-cat-wrapper {
    display: block;
}
.menu > li > .sub-cat-wrapper {
    top: 0px !important;
}

UL.menu > LI:hover > .sub-cat-wrapper {
    display: block;
    height: 55vh;
}

UL.mob-subcategories {
  display: block;
  position: static;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 90vh;
  margin-left: -15px;
}}